home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMVIEWLOG / TFRMVIEWLOG.txt
Text File  |  2008-11-13  |  1KB  |  53 lines

  1. object frmViewLog: TfrmViewLog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   Caption = 'frmViewLog'
  6.   ClientHeight = 330
  7.   ClientWidth = 540
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnKeyDown = FormKeyDown
  16.   DesignSize = (
  17.     540
  18.     330)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object RichEdit1: TRichEdit
  22.     Left = 8
  23.     Top = 8
  24.     Width = 524
  25.     Height = 283
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     ReadOnly = True
  28.     ScrollBars = ssBoth
  29.     TabOrder = 0
  30.     WordWrap = False
  31.     OnKeyDown = RichEdit1KeyDown
  32.   end
  33.   object btnClose: TResTeButton
  34.     Left = 457
  35.     Top = 297
  36.     Width = 75
  37.     Height = 25
  38.     OnClick = btnCloseClick
  39.     Anchors = []
  40.     Cancel = True
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     ResourceCaption = 20031
  45.     ExplicitTop = 295
  46.   end
  47.   object ThemeForm: TTeForm2
  48.     ThemeObject = 'StandardDialog'
  49.     Left = 307
  50.     Top = 210
  51.   end
  52. end
  53.